Crate grpc [] [src]

Reexports

pub use error::Error;
pub use client::Client;
pub use client::ClientConf;
pub use server::Server;
pub use server::ServerConf;
pub use metadata::Metadata;

Modules

client
error
futures_grpc
iter
marshall
metadata
method
protobuf

Implementation of marshaller for protobuf parameter types.

rt

Functions used by generated code.

server

Structs

RequestOptions
SingleResponse

Single message response

StreamingRequest

Excluding initial metadata which is passed separately

StreamingResponse

Streaming response

Enums

ItemOrMetadata

Either stream item or trailing metadata.

Type Definitions

Result